provider SCIM POST /api/0/organizations/{organization_id_or_slug}/scim/v2/Users
@utdk/sentry /api/0/organizations/{organization_id_or_slug}/scim/v2/Users
Provision a New Organization Member
Create a new Organization Member via a SCIM Users POST Request. Note that this API does not support setting secondary emails.
organization_id_or_slug path required
The ID or slug of the organization the resource belongs to.
string

Try it

Authentication
Configure credentials for API Reference
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

provisionANewOrganizationMember
POST/api/0/organizations/{organization_id_or_slug}/scim/v2/Users
Create a new Organization Member via a SCIM Users POST Request. Note that this API does not support setting secondary emails.

Parameters

required

The ID or slug of the organization the resource belongs to.

Input

required

The SAML field used for email.

The organization role of the member. If unspecified, this will be set to the organization's default role. The options are: * `billing` - Can manage payment and compliance details. * `member` - Can view and act on events, as well as view most other data within the organization. * `manager` - Has full management access to all teams and projects. Can also manage the organization's membership. * `admin` - Can edit global integrations, manage projects, and add/remove teams. They automatically assume the Team Admin role for teams they join. Note: This role can no longer be assigned in Business and Enterprise plans. Use `TeamRoles` instead.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import sentry from '@utdk/sentry';

await sentry.provisionANewOrganizationMember()